home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
FPSE_src
/
include
/
rs232.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-01
|
186b
|
9 lines
#ifndef _RS232_H_
#define _RS232_H_
int RS232_Init(SIO_Type *sio);
void RS232_Close(SIO_Type *sio);
void RS232_WriteData(SIO_Type *sio);
void RS232_UpdateStatus(SIO_Type *sio);
#endif